home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1997 October / Designer's Club 1997 October.iso / mac / Idea Source™ / CB2.DIR / 00083_Script_83 < prev    next >
Text File  |  1997-08-22  |  441b  |  20 lines

  1. on exitFrame
  2.   delay 2*60
  3.   cursor 200
  4.   set the locV of sprite 12 to the mouseV
  5.   set the locH of sprite 12 to the mouseH
  6.   updatestage  
  7.   if rollover (9) then 
  8.     set the membernum of sprite 12 to 65
  9.     updatestage
  10.   end if  
  11.   if rollover (10) then 
  12.     set the membernum of sprite 12 to 58
  13.     updatestage
  14.   end if  
  15.   if rollover (11) then 
  16.     set the membernum of sprite 12 to 66
  17.     updatestage
  18.   end if 
  19.   
  20. end